home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Programming / yaec / modules / prefs / palette.e < prev    next >
Encoding:
Text File  |  2001-08-12  |  283 b   |  16 lines

  1. OPT MODULE
  2. OPT EXPORT
  3.  
  4. MODULE 'intuition/intuition'
  5.  
  6. CONST ID_PALT=$50414C54
  7.  
  8. OBJECT paletteprefs
  9.   reserved[4]:ARRAY OF LONG
  10. -> Um, these had illegal names
  11.   x4colorpens[32]:ARRAY OF INT
  12.   x8colorpens[32]:ARRAY OF INT
  13.   colors[32]:ARRAY OF colorspec
  14. ENDOBJECT     /* SIZEOF=400 */
  15.  
  16.